Skip to main content
Version: 1.x.x

BuilderErrorType


import { BuilderErrorType } from "@hyper-fetch/core"

Description

Defined in builder/builder.types.ts:41

Preview

type BuilderErrorType = Record<string, any> | string;

Structure

Record<string, any> | string